Edit Task: RecurringConstraints
Format
SCHED / EditTask '<TaskName>' RecurringConstraints <minAfterType> <minTimeAfter> <maxAfterType> <maxTimeAfter>
Description
The RecurringConstraints attribute under EditTask defines the interval constraints for recurring tasks.
Parameters
Parameter | Description |
---|---|
minAfterType | Options are either afterStart or afterStop. |
minTimeAfter | A number in seconds (millisecond fidelity) of the minimum time between intervals of the recurring task. |
maxAfterType | Options are either afterStart or afterStop. |
maxTimeAfter | A number in seconds(millisecond fidelity) of the maximum time between intervals of the recurring task. |
Examples
Set the recurring constraint so that the next assignment must occur 3700s after the start of the previous one
SCHED / EditTask 'TaskA' RecurringConstraints afterStart 3700 afterStop NA